revision:
The <del> tag defines text that has been deleted from a document. Browsers will usually strike a line through deleted text.
cite ; value: URL;
specifies a URL to a document that explains the reason why the text was deleted/changed
datetime ; value: YYYY-MM-DDThh:mm:ssTZD;
specifies the date and time of when the text was deleted/changed
<del> . . . </del>
My favorite color is blue red!
Codes:
<p>My favorite color is <del>blue</del> <ins>red</ins>!</p>
There isnothingno code either good or bad, butthinkingrunning it makes it so.
Codes:
<blockquote> There is <del>nothing</del> <ins>no code</ins> either good or bad, but < del>thinking</del> <ins>running it</ins> makes it so. </blockquote>